func runtime.memhash
11 uses
runtime (current package)
alg.go#L39: return memhash(p, h, 1)
alg.go#L43: return memhash(p, h, 2)
alg.go#L47: return memhash(p, h, 16)
alg.go#L54: return memhash(p, h, size)
alg.go#L81: func memhash(p unsafe.Pointer, h, s uintptr) uintptr
alg.go#L120: return memhash(p, h, 4)
alg.go#L132: return memhash(p, h, 8)
alg.go#L224: return memhash(p, h, t.Size_)
alg.go#L363: return memhash(s.array, seed, uintptr(s.len))
mheap.go#L2669: hash := memhash(abi.NoEscape(unsafe.Pointer(&p)), 0, goarch.PtrSize)
tracemap.go#L78: hash := memhash(data, 0, size)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |